.index-content {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
}

.index-content .index-content-swiper {
    width: 100%;
    height: 100%;
}
.index-content .second-swiper {
    width: 100%;
    height: 100%;
}
/* .index-content .second-swiper .swiper-wrapper {
    justify-content: center;
} */
.index-content .second-swiper > .swiper-wrapper >.swiper-slide {
    height: auto;
    overflow: hidden;
}

/* 业务版图 - 开始 */
.index-content .ywbt-mobile-wrap {
    display: none;
}
.index-content .ywbt-wrap .ywbt-tit {
    padding-top: 90px;
    padding-bottom: 60px;
    font-weight: normal;
    font-size: 36px;
    color: #222222;
    text-align: center;
}
.index-content .ywbt-wrap .ywbt-list {
    display: flex;
    width: calc(100% + 300px);
    margin-left: -150px;
}
.index-content .ywbt-wrap .ywbt-item {
    width: 20%;
    transform: skew(-10deg);
    overflow: hidden; /* 防止内容溢出 */
    transition: all .4s;
    margin: 0 1.5px;
}
.index-content .ywbt-wrap .ywbt-item:first-child {
    width: 26%;
}
.index-content .ywbt-wrap .ywbt-item:last-child {
    width: 26%;
}
.index-content .ywbt-wrap .ywbt-item:hover {
    width: 100%;
}
.index-content .ywbt-wrap .ywbt-link {
    position: relative;
    display: block;
    transform: skew(10deg);
}
.index-content .ywbt-wrap .ywbt-cont {
    position: absolute;
    bottom: 60px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
}
.index-content .ywbt-list .ywbt-cont-hover {
    display: none;
}
.index-content .ywbt-wrap .ywbt-list:hover  .ywbt-cont {
    display: none;
}
.index-content .ywbt-wrap .ywbt-item:hover  .ywbt-cont-hover {
    display: block;
}

.index-content .ywbt-wrap .ywbt-item:first-child .ywbt-cont  {
    left: 60%;
}
.index-content .ywbt-wrap .ywbt-item:last-child .ywbt-cont  {
    left: 30%;
}
.index-content .ywbt-wrap .ywbt-cont .ywbt-cont-tit {
    font-size: 30px;
    color: #FFFFFF; 
}
.index-content .ywbt-wrap .ywbt-cont .ywbt-cont-btn {
    width: 86px;
    margin-top: 15px;
}
.index-content .ywbt-wrap .ywbt-cont-hover {
    position: absolute;
    top: 0;
    left: -10%;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(171, 31, 36, 1) 30%, rgba(171, 31, 36, 0) 100%);
    opacity: 0.9;
}
.index-content .ywbt-wrap .ywbt-cont-hover .cont-hover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 20%;
}
.index-content .ywbt-wrap .ywbt-item:first-child .ywbt-cont-hover  {
    opacity: 0.9;
    background: linear-gradient(90deg, rgba(171, 31, 36, 1) 30%, rgba(171, 31, 36, 0) 100%);
}
.index-content .ywbt-wrap .ywbt-item:first-child .ywbt-cont-hover .cont-hover {
    padding-left: calc(20% + 150px);
}
.index-content .ywbt-wrap .ywbt-cont-hover .ywbt-cont-tit {
    padding-bottom: 20px;
    font-size: 30px;
    color: #FFFFFF; 
}
.index-content .ywbt-wrap .ywbt-cont-hover .ywbt-cont-desc {
    max-width: 290px;
    font-size: 16px;
    color: #FFFAFA;
    text-align: justify;
}
.index-content .ywbt-wrap .ywbt-cont-hover .ywbt-cont-btn {
    width: 86px;
    margin-top: 60px;
}
.index-content .ywbt-wrap .ywbt-bg {
    display: block;
    height: calc(95vh - 80px - 204px);
    width: 1400px;
    min-height: 500px;
    max-height: 700px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    object-fit: cover;
}
@media screen and (max-width:1600px) {
    .index-content .ywbt-wrap .ywbt-tit {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .index-content .ywbt-wrap .ywbt-bg {
        height: calc(95vh - 80px - 104px);
    }
    /* .index-content .ywbt-wrap .ywbt-bg {
        height: 600px;
        width: 1200px;
    } */
}
@media screen and (max-width:1400px) {
    
}
@media screen and (max-width:1200px) {
    .index-content .ywbt-wrap .ywbt-item:first-child .ywbt-cont  {
        left: 66%;
    }
    .index-content .ywbt-wrap .ywbt-item:last-child .ywbt-cont  {
        left: 24%;
    }
}

@media screen and (max-width:980px) {
    .index-content .ywbt-mobile-wrap {
        display: block;
    }
    .index-content .ywbt-pc {
        display: none;
    }
    .index-content .ywbt-mobile-wrap {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .index-content .ywbt-mobile-wrap .ywbt-item {
        width: 100%;
        flex: 1;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .index-content .ywbt-mobile-wrap .ywbt-cont-tit {
        font-size: 24px;
        color: #FFFFFF; 
    }
    .index-content .ywbt-mobile-wrap .ywbt-cont-btn {
        width: 70px;
        margin-top: 15px;
    }
}
/* 业务版图 - 结束 */


/* banner - 开始 */
.index-content .banner-swiper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.index-content .banner-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.index-content .banner-swiper .banner-link {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
}
.index-content .banner-swiper .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 68px;
    text-align: left;
}
.index-content .banner-swiper .swiper-pagination .current-num {
    margin-right: 8px;
    font-size: 12px;
    color: #FFFFFF;
}
.index-content .banner-swiper .swiper-pagination .bullet {
    display: inline-block;
    width: 45px;
    height: 3px;
    border-radius: 4px;
    background: #fff;
    opacity: .2;
    margin-left: 7px;
    margin-right: 8px;
    vertical-align: middle;
}
.index-content .banner-swiper .swiper-pagination .bullet.curr {
    opacity: 1;
}
.index-content .banner-swiper .swiper-pagination .total {
    margin-left: 7px;
    font-size: 12px;
    color: #FFFFFF;
}
@media screen and (max-width:980px) {
    .index-content {
        top: 52px;
    }
    .index-content .banner-swiper .swiper-pagination {
        box-sizing: border-box;
        bottom: 20px;
        text-align: center;
    }
    .index-content .banner-swiper .swiper-pagination .bullet {
        width: 12px;
        height: 2px;
        margin: 0 2px;
    }
    .index-content .banner-swiper .swiper-pagination .current-num {
        margin-right: 4px;
    }
    .index-content .banner-swiper .swiper-pagination .total {
        margin-left: 4px;
    }
}
/* banner - 结束 */

/* 关于好利、解决方案 - 开始 */
.about {
    /* height: 100%; */
    padding-bottom: 60px;
    min-height: 700px;
    position: relative;
}

.aboutColor {
    width: 88%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* right: 226px; */
    right: 0;
    background: #F6F8FA;
}

.about_ljgd {
    background: #AB1F24;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    padding: 7px 18px;
    cursor: pointer;
    margin: auto;
    width: 64px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
}

.about_title {
    font-weight: normal;
    font-size: 36px;
    color: #222222;
    text-align: center;
    padding-top: 64px;
    position: relative;
    z-index: 21;
}

.about_box {
    /* margin-top: 60px; */
    padding: 45px 150px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
}

.box_left {
    width: 59%;
    position: relative;
    cursor: pointer;
}

.box_left_video {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.left_img {
    background: url(../images/aboutHl0.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.box_left .box_left_open {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box_right {
    width: 660px;
    display: flex;
}

.text_box {
    max-width: 300px;
    padding-left: 80px;
}

.text_box .title {
    font-weight: normal;
    font-size: 18px;
    color: #222222;
    line-height: 25px;
}

.text_box .cent {
    font-size: 15px;
    color: #7F7F7F;
    line-height: 29px;
    margin-top: 20px;
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    /* 限制文本为4行 */
    overflow: hidden;
}

.digit_box {
    display: flex;
    flex-direction: column;
}

.digit_box .digit_box_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.digit_box .digit_box_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.digit_box .top {
    font-size: 16px;
    color: #2C2C2C;
    line-height: 22px;
    width: 150px;
    height: 90px;
    text-align: center;
}

.digit_box .digit_box_left {
    border-bottom: 1px dashed #DCDCDC;
}

.digit_box .digit_box_left .top:nth-child(1) {
    border-right: 1px dashed #DCDCDC;
}

.digit_box .digit_box_right .top:nth-child(1) {
    border-right: 1px dashed #DCDCDC;
}

.digit_box .digit_box_right .top:nth-child(1) {
    padding-top: 24px;
    height: 66px;
}

.digit_box .digit_box_right .top:nth-child(2) {
    padding-top: 24px;
    height: 66px;
}

.digit_box .top span {
    font-weight: bold;
    font-size: 36px;
    color: #AB1F24;
}

.digit_box .top p:nth-child(2) {
    margin-top: 11px;
}

.digit_box .left {
    /* padding-left: 65px; */
    /* width: 85px; */
}

.img_box {
    width: 150px;
    cursor: pointer;
    padding-left: 120px;
}

.img_box1 {
    width: 150px;
    height: 80px;
    background-image: url(../images/aboutHl1.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}

.img_box2 {
    width: 150px;
    height: 80px;
    background-image: url(../images/aboutHl2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}

.img_box3 {
    width: 150px;
    height: 80px;
    background-image: url(../images/aboutHl3.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}

.img_box4 {
    width: 150px;
    height: 80px;
    background-image: url(../images/aboutHl4.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}

.img_box5 {
    width: 150px;
    height: 80px;
    background-image: url(../images/aboutHl5.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}

.img_box .active {
    background: rgba(171, 31, 36, 0.8);
}

.solution {
    min-height: 700px;
    max-height: 1080px;
}

.solution_box {
    width: 100%;
    height: 100%;
    position: relative;
}

.solution_box_left,
.solution-list,
.solution-item {
    width: 100%;
    height: 100%;
}
.solution_box_left .cont {
    width: 550px;
    /* width: 50%; */
    max-width: 750px;
    /* position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%); */
    padding: 3.16% 3.2% 3.7% 5.8%;
    background: #AB1F24;
    opacity: 0.9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 22;
}
.solution-list .solution-item {
    display: none;
    padding-bottom: 180px;
    align-items: center;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.solution-list .solution-item.active {
    display: flex;
}

.solution_box_left p:nth-child(1) {
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px;
}

.solution_box_left p:nth-child(2) {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    /* 限制文本为4行 */
    overflow: hidden;
    min-height: 110px;
}

.solution_box_bto {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    border-top: 1px solid #FFFFFF;
    justify-content: space-around;
    border-top: 1px solid #FFFFFF;
}

.solution_active {
    background: #AB1F24;
}

.solution_Bto {
    width: 300px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.solution_Bto img {
    width: 50px;
    height: 50px;
}

.solution_Bto p {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 27px;
    margin-top: 20px;
}
@media screen and (max-width:1600px) {
    .text_box {
        padding-left: 10%;
    }
    .about_title {
        padding-top: 30px;
    }
    .about_box {
        padding: 20px 100px;
    }
    .about_ljgd {
        margin-top: 10px;
    }
}
@media screen and (max-width:1750px) {
    .img_box{
        padding-left: 90px;
    }
}
@media screen and (max-width:1600px) {
    .img_box{
        padding-left: 30px;
    }
    .box_left_video{
        height: 400px;
    }
}
@media screen and (max-width:1400px) {
    .aboutColor {
        right: 0;
        width: auto;
    } 
    
    .img_box {
        display: none;
    }

    .box_right {
        width: 380px;
        justify-content: end;
    }
    .solution_Bto {
        height: 140px;
    }
    .solution_box_left p:nth-child(1) {
        font-size: 22px;
    }

    .solution_box_left p:nth-child(2) {
        font-size: 14px;
        margin-top: 20px;
    }
    .solution_box_left .cont{
        width: 50%;
    }
}

@media screen and (max-width:980px) {
    .img_box {
        display: none;
    }
    .box_left_video{
        height: 200px;
    }

    .about_box {
        margin: 0 10px;
        flex-direction: column;
        padding: 0 0 10px;
        background: #FFFFFF;
    }

    .about_ljgd {
        margin-top: 20px;
    }
    .box_left {
        margin-top: 10px;
        width: 90%;
        height: 200px;
    }

    .box_right {
        width: auto;
        padding-left: 0;
        display: block;
    }

    .about_title {
        padding-top: 16px;
        font-size: 18px;
        padding-bottom: 16px;
    }

    .text_box {
        padding-left: 0;
        margin: 0 auto;
    }

    .text_box .title {
        font-size: 16px;
        margin-top: 15px;
    }

    .text_box .cent {
        font-size: 14px;
        margin-top: 10px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .digit_box .top {
        font-size: 14px;
        height: 70px;
        width: 49%;
    }

    .digit_box .top span {
        font-size: 28px;
    }

    .digit_box .top p:nth-child(2) {
        margin-top: 6px;
    }

    .left_img img {
        width: 40px;
        height: 40px;
    }

    .digit_box .left {
        /* padding-left: 30px; */
    }
    .solution {
        min-height: 400px;
    }
    .solution_cont {
        margin-right: 20%;
        padding: 30px 60px 70px 80px;
    }

    .solution_box_left p:nth-child(1) {
        font-size: 18px;
        line-height: 30px;
    }

    .solution_box_left p:nth-child(2) {
        font-size: 12px;
        margin-top: 10px;
        -webkit-line-clamp: 12;
        line-height: 23px;
    }

    .solution_Bto {
        width: 33%;
        height: 100px;
    }

    .solution_Bto img {
        width: 40px;
        height: 40px;
    }

    .solution_Bto p {
        font-size: 12px;
        margin-top: 5px;
    }
    .solution-list .solution-item .cont {
        width: 70%;
    }
}
/* 关于好利、解决方案 - 结束 */


.clamp-2-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    /* 这允许文本在行内正常换行 */
}

.AB1F24 {
    color: #AB1F24 !important;
}

/* 产品推荐 */
.product-content {
    /* background-color: yellow; */
    width: 100%;
    height: 100%;
    position: relative;
    /* height: calc(100vh - 80px);; */
    min-height: 700px;
    max-height: 1080px;
    padding: 30px 0;
}

.product-content .product-left-img {
    position: absolute;
    left: -280px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 400px;
}

.product-content .product-right-img {
    max-width: 400px;
    position: absolute;
    right: -280px;
    top: 50%;
    transform: translateY(-50%);
}


.product-content .product-wrap {
    position: relative;
    /* height: 100%; */
    /* display: flex;
    align-items: center;
    justify-content: space-around; */

    background: url(../images/product-center-bg-img.png) no-repeat;
    /* 使背景图片居中显示 */
    background-position: center;
    background-size: contain;

    position: relative;
    z-index: 99;
}

.product-wrap .product-left {
    margin-left: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-wrap .product-left .product-left-title {
    font-size: 36px;
    color: #222222;
    line-height: 50px;
    text-align: right;
}

.product-cut-content {
    margin: 60px 0 180px;
    height: 50px;
    display: flex;
    flex-direction: row;
}

.product-cut-content .left-cut-img {
    width: 50px;
    height: 50px;
    background: url(../images/index-cut-left-img.png) top left no-repeat;
    margin-right: 20px;
    cursor: pointer;
}

.product-cut-content .left-highlight-cut-img {
    background: url(../images/index-cut-highlight-left-img.png) top left no-repeat;
}

.product-cut-content .right-cut-img {
    width: 50px;
    height: 50px;
    background: url(../images/index-cut-right-img.png) top left no-repeat;
    cursor: pointer;
}

.product-cut-content .right-highlight-cut-img {
    background: url(../images/index-cut-highlight-right-img.png) top left no-repeat;
}

.product-left-more {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #AB1F24;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.product-right {
    /* position: relative;
    top: 50%;
    transform: translateY(-50%); */
}
.product-right .product-right-top {
    margin-left: 26%;
}

.product-right .product-swiper-slide {
    display: flex;
    flex-direction: row;
}

.product-right .product-swiper-img {
    max-width: 600px;
    max-height: 600px;
    margin-left: 60px;
    flex: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-right .product-swiper-right-content {
    margin-top: 112px;
    margin-left: 140px;
    width: 400px;
}

.product-right .product-swiper-right-title {
    font-size: 24px;
    color: #222222;
    line-height: 33px;
    padding-bottom: 27px;
    border-bottom: 1px solid #DCDCDC;
    width: 100%;
    position: relative;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.product-right .product-swiper-right-title div{
    width: 90%;
    white-space: nowrap;       /* 防止文本换行 */
    overflow: hidden;          /* 隐藏溢出的内容 */
    text-overflow: ellipsis;   /* 显示省略符号来代表被修剪的文本 */
}

.product-right .product-swiper-right-title>img {
    width: 20px;
    height: 20px;
}

.product-right .product-swiper-right-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background-color: #AB1F24;
}

.product-right .product-swiper-right-item {
    margin: 30px 0;
    max-height: 305px;
    overflow-y: auto;
}

.product-right .product-swiper-right-item .left {
    font-weight: normal;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    width: 103px;
}

.product-right .product-swiper-right-item .right {
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    line-height: 22px;
}


/* 底部 */
.product-right-bottom {
    width: 720px;
    margin: 100px auto 0;
    display: flex;
    align-items: center;
}

.product-right-bottom .swiper-wrapper {
    width: 628px;
}
.product-bottom-swiper .swiper-slide {
    width: 80px;
    height: 80px;
}
.product-right-bottom .product-bottom-item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid rgba(171, 31, 36, 0.17);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s;
    padding: 5px;
}
.product-right-bottom  .product-bottom-item >img{
    border-radius: 50%;
    height: 100%;
    width:  100%;
    object-fit: contain;
}

.product-right-bottom .swiper-slide-thumb-active .product-bottom-item {
    border: 1px solid #AB1F24;
  
    /* transition: all .5s; */
}


.product-right-bottom .product-pre {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    background: url(../images/index-product-pre-img.png) center / contain no-repeat ;
    cursor: pointer;
}

.product-right-bottom .product-pre:hover {
    background: url(../images/index-product-highight-pre-img.png) center / contain no-repeat;
}

.product-right-bottom .product-next {
    width: 30px;
    height: 30px;
    margin-left: 30px;
    background: url(../images/index-product-next-img.png) center / contain no-repeat;
    cursor: pointer;
}

.product-right-bottom .product-next:hover {
    background: url(../images/index-product-highight-next-img.png) center / contain no-repeat;
}

/* 新闻中心 */
.news-swiper-wrapper {
    background: url(../images/index-news-bg.png) center / cover no-repeat;
}
.news-container {
    display: flex;
    align-items: center;
    /* height: calc(100vh - 80px);; */
    min-height: 700px;
    max-height: 1080px;
}
.news-content {
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.news-content .news-wrap {
    position: relative;
}

.news-wrap .news-left {
    position: absolute;
    left: 30px;
    width: 300px;
}

.news-wrap .news-left .news-left-title {
    font-size: 36px;
    color: #222222;
    line-height: 50px;
    margin-top: 111px;
}

.news-wrap .news-left .news-cut-content {
    margin-top: 60px;
}

.news-wrap .news-left .news-cut-content {
    cursor: pointer;
    display: flex;
}

.news-wrap .news-left .news-cut-content .left-cut-img {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background: url(../images/index-cut-left-img.png) top left no-repeat;
}

.news-wrap .news-left .news-cut-content .left-highlight-cut-img {
    background: url(../images/index-cut-highlight-left-img.png) top left no-repeat;
}

.news-wrap .news-left .news-cut-content .right-cut-img {
    width: 50px;
    height: 50px;
    background: url(../images/index-cut-right-img.png) top left no-repeat;
}

.news-wrap .news-left .news-cut-content .right-highlight-cut-img {
    background: url(../images/index-cut-highlight-right-img.png) top left no-repeat;
}

.news-wrap .news-left .news-left-more {
    margin-top: 180px;
    width: 100px;
    height: 36px;
    background: #AB1F24;
    border-radius: 4px;

    font-size: 16px;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;

    cursor: pointer;
}

.news-wrap .news-right {
    margin-left: 300px;
    /* height: 600px; */
    /* background-color: pink; */
}

.news-swiper-slide {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
}

.news-wrap .news-right .news-right-item {
    /* width: 400px; */
    
    height: 100%;
    width: 100%;
    margin-left: 1px;
}
.news-wrap .news-right .news-right-item .news-img-wrap {
    position: relative;
    padding-top: 75%;
}

.news-wrap .news-right .news-right-item .news-img-wrap>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.news-wrap .news-right .news-right-item .news-right-content {
    border-left: 0.5px solid #DCDCDC;
    height: 300px;
    /* width: 400px; */
    padding: 30px 30px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -5px;
    /* img div 缝隙 */

    cursor: pointer;
}

.news-right .news-right-content .news-right-title {
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    text-align: justify;
}

.news-right .news-right-content .news-right-desc {
    font-size: 16px;
    color: #7F7F7F;
    line-height: 30px;
    text-align: justify;
  	-webkit-line-clamp: 3;
}

.news-right .news-right-content .news-right-date {
    display: flex;
    flex-direction: row;
}

.news-right .news-right-content .news-right-date .date {
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 19px;
    text-align: justify;
    margin-right: 30px;
}

.news-right .news-right-content .news-right-date .date-cut {
    width: 18px;
    height: 18px;
    background: url(../images/index-news-right-cut-img.png) top left no-repeat;
}

.news-right .news-right-content .news-right-date .date-highlight-cut {
    background: url(../images/index-news-right-highlight-cut-img.png) top left no-repeat;
}



@media screen and (max-width:1400px) {

    /* 产品推荐 */
    .product-wrap .product-left {
        margin-left: 10px;
    }

    .product-right .product-swiper-right-content {
        margin-left: 40px;
    }

    .product-right .product-swiper-img {
        margin-left: 10px;
    }

    .news-wrap .news-left {
        width: 200px;
    }
    .news-wrap .news-right {
        margin-left: 200px;
    }
}

@media screen and (max-width:1200px) {
    .product-right .product-swiper-img {
        margin-left: 0;
    }
    
    
}

@media screen and (max-width:980px) {
    /* .news-content {
        height: calc(100vh - 52px);
    } */

    /* 产品推荐 */
    .product-content .product-right-img,
    .product-content .product-left-img {
        display: none;
    }

    .product-right .product-swiper-right-content,
    .product-left .product-left-more {
        display: none;
    }

    .product-content .product-wrap {
        flex-direction: column;
    }

    .product-wrap .product-left {
        position: static;
        top: 20px;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 40px;
        /* padding: 20px 0; */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 80%;
    }
    .product-right .product-right-top {
        margin-left: 0;
    }
    .product-wrap .product-left .product-left-title {
        font-size: 18px;
        line-height: 1.5;
    }

    .product-cut-content {
        margin: 0;
        width: 60px;
        height: 50px;
    }

    .product-cut-content .left-cut-img {
        width: 100%;
        height: 100%;
        background: url(../images/index-cut-left-img.png) no-repeat center center;
        background-size: contain;
        margin-right: 10px;
    }

    .product-cut-content .right-cut-img {
        width: 100%;
        height: 100%;
        background: url(../images/index-cut-right-img.png) no-repeat center center;
        background-size: contain;
        cursor: pointer;
    }

    .product-right {
        position: static;
        transform: none;
        /* width: 80%;
        height: 100%; */
        /* display: flex;
        flex-direction: column;
        justify-content: center; */
        margin-top: -20px;
    }

    .product-right .product-swiper-img {
        /* width: 100%;
        height: 100%; */
        height: 400px;
        margin: 20px;
    }

    .product-right-bottom {
        width: 90%;
        margin: 70px auto 0;
    }

    .product-right-bottom .product-pre {
        margin-right: 10px;
        background: url(../images/index-product-pre-img.png) no-repeat center center;
        background-size: contain;
        width: 60px;
        height: 60px;
    }

    .product-right-bottom .product-next {
        margin-left: 10px;
        background: url(../images/index-product-next-img.png) no-repeat center center;
        background-size: contain;
        width: 60px;
        height: 60px;
    }

    .product-right-bottom .product-pre:hover {
        background: url(../images/index-product-highight-pre-img.png) no-repeat center center;
        background-size: contain;
        width: 60px;
        height: 60px;
    }

    .product-right-bottom .product-next:hover {
        background: url(../images/index-product-highight-next-img.png) no-repeat center center;
        background-size: contain;
        width: 60px;
        height: 60px;
    }

    .product-bottom-swiper .swiper-slide {
        width: 60px;
        height: 60px;
    }

    .product-right-bottom .product-bottom-item>img {
        background-size: contain;
    }

    /* 新闻中心 */

    .news-content .news-wrap {
        flex-direction: column;
    }

    .news-wrap .news-left {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        height: 50px;
        margin: 20px auto;
        left: 0;
    }
    .news-wrap .news-right {
        margin-left: 0;
    }

    .news-wrap .news-left .news-left-title {
        margin: 0;
        font-size: 18px;
        line-height: 1.5;
    }

    .news-wrap .news-left .news-cut-content {
        margin: 0;
        align-items: center;
    }

    .news-wrap .news-left .news-cut-content .left-cut-img {
        width: 25px;
        height: 25px;
        background: url(../images/index-cut-left-img.png) no-repeat center center;
        background-size: contain;
    }

    .news-wrap .news-left .news-cut-content .left-highlight-cut-img {
        background: url(../images/index-cut-highlight-left-img.png) no-repeat center center;
        background-size: contain;
    }

    .news-wrap .news-left .news-cut-content .right-cut-img {
        width: 25px;
        height: 25px;
        background: url(../images/index-cut-right-img.png) no-repeat center center;
        background-size: contain;
    }

    .news-wrap .news-left .news-cut-content .right-highlight-cut-img {
        background: url(../images/index-cut-highlight-right-img.png) no-repeat center center;
        background-size: contain;
    }


    /* 更多 */
    .news-wrap .news-left .news-left-more {
        display: none;
    }

    .news-wrap .news-right .news-right-item {
        width: 100%;
        padding: 10px;
    }

    .news-wrap .news-right .news-right-item .news-right-content {
        width: 100%;
    }

    #particles{
        display: none;
    }
    .modal-content{
        width: 80% !important;
    }
}

@media screen and (max-width:769px) { 
    .news-content {
        padding-top: 0;
    }
    .news-wrap .news-right .news-right-item .news-img-wrap {
        padding-top: 50%;
    }
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
   
  .modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
   
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
   
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
